Discuss NetApp solutions for Microsoft Private Cloud and the Hyper-V platform, including FlexPod Datacenter, OnCommand Plug-in for Microsoft, and ONTAP PowerShell Toolkit.
Discuss NetApp solutions for Microsoft Private Cloud and the Hyper-V platform, including FlexPod Datacenter, OnCommand Plug-in for Microsoft, and ONTAP PowerShell Toolkit.
Storage is running ONTAP 9.14.1, and Powershell toolkit is 9.16.1.2501. I'm trying to use the ONTAP Powershell toolkit on storage that's connected to AD to set up user quotas. Powershell entered a command to generate a user quota and got an error message PS > $Volume = 'userdata_test' PS > $UserID = '1653409' PS > $VServer = ‘svm1_main' PS > New-NcQuota -Volume $Volume -Qtree "" -QuotaTarget $UserID -QuotaType User -DiskLimit 5GB -VserverContext $VServer New-NcQuota : The term 'New-NcQuota' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. + New-NcQuota -Volume $Volume -Qtree "" -QuotaTarget ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFoundL(New-NcQuota:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException What command should I use to create userquota using Powershell toolkit? Thanks&Regards, Geum
... View more
Hey Team, I'm trying to put together a powershell script to run a healthcheck on a NetApp Environment and output a document, similar to the way NetAppDOCS works. I'm new to PS and frankly have no idea where to start, any suggestions on how to get going? I want to check things like capacity, efficiency, etc. My goal is to generate a report from a system that doesn't have ASUP turned on that i could hand to a customer so show them the state of their environment...
... View more
We're migrating our datacenters to Hyper-V/SCVMM from VMware and through this process we started using the SMI-S Provider with SCVMM 2022. I noticed today that all easy to find references to SMI-S Provider are missing from the NetApp Support site... They can still be found through search, but are all marked as "Legacy". Given that SCVMM only supports SAN Arrays through either SMI-S or SMP, what is the plan moving forward for this, given how many orgs are moving away from VMWare and into Hyper-V/Azure Stack HCI as a solution? Presumably the way to go would be SMB shares, but given that the SMI-S provider is still required to be able to add NetApp hosted SMB shares (No WSMAN on NetApp so the "Add File Share" option fails), this leaves me in a bit of a predicament.
... View more
Hi, when running get-ncjob we found, that there are missing information. So essential the Job-ID and JobName. IsRestarted : JobAffinity : JobCategory : JobCompletion : success JobDescription : DELETE /api/storage/volumes/fc72f0e5-1817-11ef-9f60-00a098ff672f/snapshots/d11c4011-28bc-4c8e-9452-93157cf46bb2 JobDropdeadTime : JobDropdeadTimeDT : JobEndTime : 1744703715 JobEndTimeDT : 15.04.2025 09:55:15 JobId : JobName : JobNode : JobPriority : JobProcess : JobProgress : success JobQueueTime : JobQueueTimeDT : JobSchedule : JobStartTime : 1744703715 JobStartTimeDT : 15.04.2025 09:55:15 JobState : success JobStatusCode : 0 JobType : JobUsername : JobUuid : f73e0950-19ce-11f0-94b4-00a098ff672f JobVserver : XXXXXXX NcController : XXXXXXXXX Error : Svm : DataONTAP.C.Types.RestAttributes.Svm JobNodeName : IsRestartedSpecified : False JobDropdeadTimeSpecified : False JobEndTimeSpecified : True JobIdSpecified : False JobQueueTimeSpecified : False JobStartTimeSpecified : True JobStatusCodeSpecified : True This was in older version not. As we have scripts which bases on this information, these scripts are not running anymore. Any ideas what we can do, to get this run again. THX Michael
... View more
We have downloaded the power shell toolkit for NetApp. And we are creating the failover failback scenario with the powershell scripts for NetApp. So I am not looking for the ONTAP native CLI commands. We are looking for the powershell command for reverse sync. Please assist.
... View more